home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / wfc007.000 / test / test.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-08  |  791 b   |  31 lines

  1. #include <afx.h>
  2. #include <wfc.h>
  3.  
  4. /*
  5. ** Author: Samuel R. Blackburn
  6. ** CI$: 76300,326
  7. ** Internet: sammy@sed.csc.com
  8. **
  9. ** You can use it any way you like.
  10. */
  11.  
  12. void memory( void );
  13. void ReportError( DWORD error_code );
  14. void test_CEventLog( void );
  15. void test_CLZFile( LPTSTR lz_file_name );
  16. void test_CNetResource( void );
  17. void test_CNetSession( LPCTSTR machine_name );
  18. void test_CNetWorkstation( LPCTSTR machine_name );
  19. void test_CNetworkConnections( LPCTSTR machine_name );
  20. void test_CNetworkFiles( LPCTSTR machine_name );
  21. void test_CRegistry( void );
  22. void test_CRAS( void );
  23. void test_CServer( LPCTSTR machine_name );
  24. void test_CServiceControlManager( void );
  25. void test_CUniformResourceLocator( void );
  26.  
  27. LPTSTR BigNumToString( LONG lNum, LPTSTR string );
  28.  
  29.  
  30.  
  31.